home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Cell Control / DATA1.CAB / VCDEMO_Files / VCDemo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-11  |  1.4 KB  |  52 lines

  1. // VCDemo.h : main header file for the VCDEMO application
  2. //
  3.  
  4. #if !defined(AFX_VCDEMO_H__32D9D948_CC76_11D1_8DD8_444553540000__INCLUDED_)
  5. #define AFX_VCDEMO_H__32D9D948_CC76_11D1_8DD8_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"       // main symbols
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CVCDemoApp:
  19. // See VCDemo.cpp for the implementation of this class
  20. //
  21.  
  22. class CVCDemoApp : public CWinApp
  23. {
  24. public:
  25.     CVCDemoApp();
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CVCDemoApp)
  30.     public:
  31.     virtual BOOL InitInstance();
  32.     virtual int ExitInstance();
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36.  
  37.     //{{AFX_MSG(CVCDemoApp)
  38.     afx_msg void OnAppAbout();
  39.         // NOTE - the ClassWizard will add and remove member functions here.
  40.         //    DO NOT EDIT what you see in these blocks of generated code !
  41.     //}}AFX_MSG
  42.     DECLARE_MESSAGE_MAP()
  43. };
  44.  
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_VCDEMO_H__32D9D948_CC76_11D1_8DD8_444553540000__INCLUDED_)
  52.